home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / komunikace / plainhtml / ph45_ENU_Setup.exe / {app} / data / PHP Arrays.dat < prev    next >
Text File  |  2007-09-17  |  494b  |  41 lines

  1. array();
  2. array_count_values();
  3. array_flip();
  4. array_keys();
  5. array_merge();
  6. array_pad();
  7. array_pop();
  8. array_push();
  9. array_reverse();
  10. array_shift();
  11. array_slice();
  12. array_splice();
  13. array_unshift();
  14. array_values();
  15. array_walk();
  16. arsort();
  17. asort();
  18. compact();
  19. count();
  20. current();
  21. each();
  22. end();
  23. extract();
  24. in_array();
  25. key();
  26. krsort();
  27. ksort();
  28. list();
  29. next();
  30. pos();
  31. prev();
  32. range();
  33. reset();
  34. rsort();
  35. shuffle();
  36. sizeof();
  37. sort();
  38. uasort();
  39. uksort();
  40. usort();
  41.